home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_13649.txt < prev    next >
Text File  |  1989-08-22  |  5KB  |  227 lines

  1. -- background: 13649 from stack: in
  2. -- bmap block id: 14022
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.1.1 Example2
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=443 top=5 right=72 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Instant Reference
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   instantReference "1.1.1"
  37. end mouseUp
  38.  
  39.  
  40. -- part 6 (button)
  41. -- low flags: 00
  42. -- high flags: 2000
  43. -- rect: left=482 top=176 right=205 bottom=511
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 162 / 162
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Help
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   Help
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 7 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=480 top=143 right=172 bottom=511
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 1310 / 1310
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Student Services
  71. ----- HyperTalk script -----
  72. on mousedown
  73.   SSpopUp
  74. end mousedown
  75.  
  76. on mouseup
  77.   if the mouseloc is not within the rect of me then exit to hyperCard
  78.   doSS
  79. end mouseup
  80.  
  81.  
  82.  
  83. -- part 8 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=482 top=294 right=320 bottom=509
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 1236 / 1236
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Last Menu
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   go to card "Individual and Work E/1"
  98. end mouseUp
  99.  
  100.  
  101. -- part 9 (button)
  102. -- low flags: 00
  103. -- high flags: 2000
  104. -- rect: left=493 top=319 right=341 bottom=512
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 1237 / 1237
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Next
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   lock screen
  116.   go next
  117.   unlock screen with scroll left
  118. end mouseUp
  119.  
  120.  
  121. -- part 10 (button)
  122. -- low flags: 00
  123. -- high flags: 2000
  124. -- rect: left=478 top=319 right=341 bottom=498
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 1238 / 1238
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: Prev
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   lock screen
  136.   go prev
  137.   unlock screen with scroll right
  138. end mouseUp
  139.  
  140.  
  141. -- part 24 (field)
  142. -- low flags: 01
  143. -- high flags: 0000
  144. -- rect: left=16 top=151 right=259 bottom=107
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 0
  148. -- font id: 156
  149. -- text size: 16
  150. -- style flags: 0
  151. -- line height: 17
  152. -- part name: Caption
  153.  
  154.  
  155. -- part 11 (field)
  156. -- low flags: 01
  157. -- high flags: 0000
  158. -- rect: left=16 top=38 right=67 bottom=439
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 0 / 0
  161. -- text alignment: 0
  162. -- font id: 156
  163. -- text size: 20
  164. -- style flags: 0
  165. -- line height: 26
  166. -- part name: Subtitle
  167.  
  168.  
  169. -- part 25 (field)
  170. -- low flags: 01
  171. -- high flags: 0000
  172. -- rect: left=139 top=77 right=288 bottom=449
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 0
  176. -- font id: 156
  177. -- text size: 16
  178. -- style flags: 0
  179. -- line height: 17
  180. -- part name: Text
  181.  
  182.  
  183. -- part 26 (button)
  184. -- low flags: 00
  185. -- high flags: 0000
  186. -- rect: left=20 top=68 right=172 bottom=116
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: Graphic
  195.  
  196.  
  197. -- part 28 (field)
  198. -- low flags: 81
  199. -- high flags: 0001
  200. -- rect: left=423 top=0 right=13 bottom=466
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 65535
  204. -- font id: 4
  205. -- text size: 9
  206. -- style flags: 0
  207. -- line height: 12
  208. -- part name: CardTitle
  209.  
  210.  
  211. -- part 30 (button)
  212. -- low flags: 00
  213. -- high flags: 2000
  214. -- rect: left=482 top=208 right=234 bottom=509
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 1234 / 1234
  217. -- text alignment: 1
  218. -- font id: 0
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: Lesson
  223. ----- HyperTalk script -----
  224. on mouseUp
  225.   lesson "1.1.1"
  226. end mouseUp
  227.